home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_185.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  496 b   |  12 lines

  1. OR
  2. Evaluates the argument or arguments and returns TRUE if any argument is true. It only returns FALSE if all arguments are false. If the argument is a number or arithmetic operation (such as 1+1) rather than an equation (such as 1+1=2), then 0 equals FALSE and all other values equal TRUE.
  3.  
  4. Format: OR (logical1, logical2, ...)
  5.  
  6. Arguments:
  7. ΓÇó  logical1: A numeric expression.
  8. ΓÇó  logical2: A numeric expression.
  9.  
  10. Example:
  11. OR (5, 0,6) returns TRUE.
  12. Shows that at least one argument is not zero.